home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-18 | 1.1 KB | 38 lines | [TEXT/MPS ] |
- /*
- File: LocationManager.r
-
- Contains: LocationManager (manange preferences for different physical locations)
-
- Version: System 7.6
- Package: Location Manager SDK 1.0
-
- Copyright: © 1984-1997 by Apple Computer, Inc.
- All rights reserved.
-
- Bugs?: If you find a problem with this file, use the Apple Bug Reporter
- stack. Include the file and version information (from above)
- in the problem description and send to:
- Internet: apple.bugs@apple.com
-
- */
-
- #ifndef __LOCATIONMANAGER_R__
- #define __LOCATIONMANAGER_R__
-
- /*
- --------------------------------------------------------------------------------------
- Location Manager User Module API
- --------------------------------------------------------------------------------------
- */
-
- #define kALMComponentType 'walk'
-
- /* These masks apply to the "flags" field in the ComponentDescription record. */
-
- #define kALMMultiplePerLocation 1 /* this module can be added more than once to a location */
- #define kALMDescriptionGetsStale 2 /* this module's settings' descriptions can change even */
- /* when the setting didn't change. */
-
- #endif /* __LOCATIONMANAGER_R__ */
-
-